home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 November
/
CHIP Kasım 1998.iso
/
DRIVERS
/
CD-Rom
/
220x.exe
/
LAST_MSG.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-06-20
|
2KB
|
69 lines
ECHO OFF
cls
if "%1"=="a" goto floppy
if "%1"=="A" goto floppy
if "%1"=="b" goto floppy
if "%1"=="B" goto floppy
if "%1"=="c" goto hard
if "%1"=="C" goto hard
GOTO ENDEND
:floppy
ECHO Now the installation of the driver and software has finished.
ECHO\
if "%2" == "" goto flp_mes
ECHO Installed disk (sub directory) = Floppy disk A (A:\%2.)
goto finala
:flp_mes
ECHO Installed disk = Floppy disk A.
:finala
ECHO\
ECHO Remove the library disk from drive A if exists, and insert the target
ECHO disk, on which you have installed Sony MS-DOC CD-ROM Extensions into
ECHO drive A.
ECHO\
ECHO Press Ctrl-Alt-Del keys at the same time to boot.
goto end
:hard
ECHO Now the installation of the driver and software has finished.
ECHO\
if "%2" == "" goto hd_mes
ECHO Installed disk (sub directory) = Hard disk C (C:\%2.)
goto finalc
:hd_mes
ECHO Installed disk = Hard disk C (C:\)
:finalc
ECHO\
ECHO Remove the disk from the drive A if exists,
ECHO then press Ctrl-Alt-Del keys at the same time to boot.
:end
ECHO\
ECHO If the Sony MS-DOS CD-ROM Extensions does not work well,
ECHO refer to "CHECK LIST" of Library disk by typing CHCKLIST
ECHO and press ENTER key.
ECHO\
ECHO If you wish to modify the installed Sony MS-DOS CD-ROM
ECHO Extensions, refer to "CUSTOMIZATION" of the README file.
ECHO\
ECHO NOTICE: If the DOS version is 5.0, MS-DOS Extensions is ignored as Incorrect
ECHO DOS version. If your DOS version is 5.0, append the following string in your
ECHO CONFIG.SYS file.
ECHO\
ECHO DEVICE={drive:\path\}SETVER.EXE
ECHO\
ECHO\
ECHO\